Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Jul 2013 12:48:38 +0000 (08:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Jul 2013 12:48:38 +0000 (08:48 -0400)
gtk/gtkbuilder.c

index 9184005ef1cf9d155f02b5c6b7073c25e5699e47..1006619af93aed36d1b29caf3ffc721f8ded3ebb 100644 (file)
@@ -517,7 +517,7 @@ gtk_builder_get_parameters (GtkBuilder  *builder,
             {
               if (pspec->flags & G_PARAM_CONSTRUCT_ONLY)
                 {
-                  g_warning ("Failed to get constuct only property "
+                  g_warning ("Failed to get construct only property "
                              "%s of %s with value `%s'",
                              prop->name, object_name, prop->data);
                   continue;